CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - hough detection

搜索资源列表

  1. hough_line

    0下载:
  2. this is a code for line detection in noisy image using hough transform
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-03
    • 文件大小:1349
    • 提供者:lavik
  1. line_hough

    0下载:
  2. 利用hough变换检测图像中的直线,得到检测直线的参数与首位端点,并在原图中标出所检测到得直线。-Detection using hough transform image of the straight line parameters to be detected with the first endpoint, and the Original bid to get straight out of the test.
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:8873
    • 提供者:JH
  1. opencv

    0下载:
  2. 利用OPENCV函数库所进行的极坐标变换。利用Hough变换进行直线、圆检测。计算一副彩色图像的色度-饱和度直方图。用卡尔曼滤波器跟踪一个旋转点。-OPENCV library use conducted by polar transformation. The use of a straight-line Hough transform, circle detection. Calculating a color image of the color- saturation histogram
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:8445
    • 提供者:胡锦
  1. TEXTLINE1

    0下载:
  2. 包含CDib类,可以打开、显示、存储图片,包含霍夫检测直线的类,可以大致检测出图片中的直线,且有利于二次开发。-Contains CDib class, you can open, display, store pictures, including detection of straight line Hough class, we can roughly detect the image of a straight line, and is conducive to redevelopmen
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2071339
    • 提供者:陈杰
  1. houghtransform

    0下载:
  2. hough直线变换,可以对一般yuv格式的灰度图像进行hough变换,可以在程序中修改检测阈值等-hough line transformation can generally yuv format hough transform the gray image can be modified in the process detection threshold, etc.
  3. 所属分类:Graph program

    • 发布日期:2017-05-16
    • 文件大小:4537814
    • 提供者:姓名
  1. houghline

    0下载:
  2. 基于hough变换对图像进行直线提取,检测图像的倾斜角度,该算法在PC机上运行速度尚可,在嵌入式平台上需要改进!-Hough transform based on image extraction, detection images straight Angle, this algorithm in PC running speed and in embedded platforms need improvement!
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1995864
    • 提供者:云云
  1. hough6

    0下载:
  2. 灰度图像的hough变换,进行直线检测的程序编码-Grayscale images hough transform line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1276
    • 提供者:wang
  1. Hough

    0下载:
  2. detection circle using hough transform
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2267
    • 提供者:faith
  1. plateVs2003

    1下载:
  2. 自已用Vs 2003开发的,车牌识别程序源码,很有用的,实现简单图像处理,包括256色转灰度图、Hough变换、Walsh变换、中值滤波、二值化变换、亮度增减、傅立叶变换、反色、取对数、取指数、图像平移、图像旋转、图像细化、图像缩放、图像镜像、均值滤波、对比度拉伸、拉普拉斯锐化(边缘检测)、方块编码、梯度锐化、灰度均衡、直方图均衡、离散余弦变换、维纳滤波处理、逆滤波处理、阈值变换、高斯平滑。 -Their own development with the VC, license plate re
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-12
    • 文件大小:19981344
    • 提供者:liren
  1. movobjdetection

    0下载:
  2. this package include moving object detection and hough transform to recognise parallel line in an image. a sample image included in package for test.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:39894
    • 提供者:meyba92
  1. 9927423hough-tuoyuanjiance

    0下载:
  2. 有关椭圆检测的一段小程序 希望大家看看 谢谢支持-Small section of the ellipse detection procedure let us look at
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:970
    • 提供者:kanglinchun
  1. color

    0下载:
  2. hough变换用于图像处理中,检测边缘的倾斜角-hough transform for image processing, edge detection angle
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:884
    • 提供者:来海峰
  1. HOUGH

    0下载:
  2. HOUGH变换圆检测,可同时检测多个圆;对了解HOUGH变换很有帮助-HOUGH transform circle detection, can simultaneously detect multiple round
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:107927
    • 提供者:
  1. RectDetector

    0下载:
  2. 矩形检测:用霍夫直线检测方法来对图像中的矩形进行检测。开发环境:vc6,需要安装OpenCV。OpenCV只是用来读取和显示图像等简单操作。-Rectangle detection: Hough line detection method using the image of the rectangle to test. Development Environment: vc6, need to install OpenCV. OpenCV is used to read and display
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1070116
    • 提供者:chenwenlue
  1. hough_circle_detection

    0下载:
  2. Hough变换对圆的检测 Hough变换的基本原理在于,利用点与线的对偶性,将图像空间的线条变为参数空间的聚集点,从而检测给定图像是否存在给定性质的曲线。 -Hough transform, circle detection is the basic principle of Hough transform, using point and line duality, the lines of the image space into a rallying point for th
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:13394
    • 提供者:罗慧
  1. line_hough

    0下载:
  2. 用hough变换检测直线,适用于计算机视觉初学者,简单容易理解,-Line detection using hough transform applied to computer vision for beginners, easy to understand,
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:563
    • 提供者:sdp
  1. Hough_Circle

    1下载:
  2. hough变换实现的图像中圆的检测,适用于计算机视觉初学者,简单容易理解-hough transform circle detection in images, Computer Vision for beginners, simple and easy to understand
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:812
    • 提供者:sdp
  1. houghlines

    0下载:
  2. hough变换用于直线的检测,适用于计算机视觉的初学者,简单容易理解-hough transform for line detection, computer vision for beginners, easy to understand. . .
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:3102
    • 提供者:sdp
  1. circles

    0下载:
  2. Circle detection using Hough Transformation in OpenCV
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:2272
    • 提供者:Rafal
  1. houghbianhuan

    0下载:
  2. 广义霍夫变换边缘提取代码,目标是针对图像中某一标识,进行识别和提取-Generalized Hough transform edge detection code, the goal is for the image of a logo, to identify and extract
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:3895
    • 提供者:吴安琪
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 43 »
搜珍网 www.dssz.com